home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / termcap_p.h < prev    next >
C/C++ Source or Header  |  1993-10-06  |  362b  |  12 lines

  1. #ifndef __TERMCAP_P_H__
  2. #define __TERMCAP_P_H__
  3.  
  4. extern int tgetnum _P_((char *cap));
  5. extern int tgetflag _P_((char *cap));
  6. extern char * tgetstr _P_((char *cap, char **area));
  7. extern _VOID_ tputs _P_((register char *str, int nlines,
  8.                          register void (*outfun)(char ch)));
  9. extern int tgetent _P_((char *bp, char *name));
  10.  
  11. #endif
  12.